Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 3, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-stripe-elements 6.0.1 -> 6.1.2 age adoption passing confidence
@types/react-stripe-elements (source) 6.0.3 -> 6.0.6 age adoption passing confidence

Release Notes

stripe/react-stripe-elements

v6.1.2

Compare Source

Bug Fixes
  • Fix a bug where the elements prop is not injected by injectStripe when using async Stripe and mounting only a CardCvcElement or CardExpiry Element. (#​519 )

v6.1.1

Compare Source

Changes
  • Register package version with Stripe instance (#​512)

v6.1.0

Compare Source

New Features

Added the auBankAccount and fpxBank elements. These elements will not have
automatic Element detection/insertion. To use them you will need to use
elements.getElement and pass them directly to other Stripe.js methods (e.g.
stripe.confirmFpxPayment):

const FpxForm = injectStripe(({stripe, elements}) => {
  const handleSubmit = async (event) => {
    event.preventDefault();
    const {error} = await stripe.confirmFpxPayment('{{CLIENT_SECRET}}', {
      payment_method: {
        fpx: elements.getElement('fpxBank'),
      },
    });
  };

  return (
    <form onSubmit={handleSubmit}>
      <FpxBankElement accountHolderType="individual" />
      <button>Pay</button>
    </form>
  );
});

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Feb 3, 2020

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from b386c00 to 79f53aa Compare February 14, 2020 18:32
@renovate renovate bot changed the title chore(deps): update dependency @types/react-stripe-elements to v6.0.4 fix(deps): update dependency react-stripe-elements to v6.1.0 Feb 14, 2020
@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from 79f53aa to 8960861 Compare May 2, 2020 00:06
@renovate renovate bot changed the title fix(deps): update dependency react-stripe-elements to v6.1.0 fix(deps): update dependency react-stripe-elements to v6.1.2 May 2, 2020
@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from 8960861 to aa5dee0 Compare July 2, 2020 05:12
@renovate renovate bot changed the title fix(deps): update dependency react-stripe-elements to v6.1.2 Update dependency react-stripe-elements to v6.1.2 Jul 2, 2020
@renovate renovate bot changed the title Update dependency react-stripe-elements to v6.1.2 fix(deps): update dependency react-stripe-elements to v6.1.2 Oct 29, 2020
@renovate renovate bot force-pushed the renovate/react-stripe-elements-6.x branch from aa5dee0 to 6fe115f Compare October 18, 2021 15:18
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant